Skip to content

docs: lay out guide footer navigation as left / center / right with arrows#31

Merged
Reefact merged 2 commits into
mainfrom
claude/docs-footer-nav-links-d8rctf
Jul 6, 2026
Merged

docs: lay out guide footer navigation as left / center / right with arrows#31
Reefact merged 2 commits into
mainfrom
claude/docs-footer-nav-links-d8rctf

Conversation

@Reefact

@Reefact Reefact commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Summary

Follow-up to #30 (which added a "table of contents" link to every guide footer). This PR restyles that footer navigation into a full-width, three-column layout with discreet directional arrows.

Each guide page's footer now shows:

← left ↑ center right →
← Previous page ↑ Table of contents Next page →

Changes

  • Three-column layout — previous section on the left, the table-of-contents link centered, next section on the right. GitHub strips CSS, so the alignment is done with a small full-width HTML table (align="left|center|right"). Pages without a previous or next section leave that cell empty so the other columns stay anchored.
  • Arrows instead of labels — dropped the verbose Previous section: / Next section: prefixes in favour of thin directional arrows (, , ), for a more discreet footer.
  • Applied to all 13 English and 13 French guide pages.

The centered link still points to the main README's documentation index (../README.md#-next-steps in English, README.fr.md#-étapes-suivantes in French). Links and targets are unchanged from #30 — only the presentation differs.

🤖 Generated with Claude Code

claude added 2 commits July 6, 2026 15:29
Turn each guide page's footer into a full-width three-column layout:
previous section on the left, the table-of-contents link centered, and the
next section on the right. GitHub strips CSS, so the alignment is done with
a small full-width HTML table (align="left|center|right"). Pages without a
previous or next section leave that cell empty so the other columns stay
anchored. Applied to all 13 English and 13 French guides.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H9NgkaNi3rGuHrSzgbgAXP
Drop the verbose "Previous section:" / "Next section:" labels in favour of
thin directional arrows, for a more discreet footer: "← Title" on the left,
"↑ Table of contents" centered, "Title →" on the right. Layout and links
are unchanged; applied to all 13 English and 13 French guides.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H9NgkaNi3rGuHrSzgbgAXP
@Reefact Reefact merged commit d936f35 into main Jul 6, 2026
2 checks passed
@Reefact Reefact deleted the claude/docs-footer-nav-links-d8rctf branch July 6, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants